From 37262790c1f726418b3d64ee357ebf5be935ab77 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 10 Jun 2025 14:57:10 +0200 Subject: [PATCH] luci-theme-*: layout improvements follow-up to 1be1deb9ecd90608d60503bcc34b2ee487c1e602 bootstrap now utilizes more screen width for main content Signed-off-by: Paul Donald --- .../htdocs/luci-static/bootstrap/cascade.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index c9c11ea45c..2f7b084e78 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -291,7 +291,8 @@ body { } .container { - width: 86%; + width: 100%; + max-width: 1180px; margin-left: auto; margin-right: auto; zoom: 1; -- 2.30.2